home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / interfaces / PInterface Translator / *README* next >
Encoding:
Text File  |  1993-09-16  |  285 b   |  13 lines  |  [TEXT/CCL2]

  1. To load the translator:
  2.  
  3. (load "ccl:pinterface translator;translate")
  4.  
  5. You need to load the package in order to compile it's files.
  6.  
  7. To translate a single file:
  8.  
  9. (translate::translate-pasc-file
  10.   :input-path <input filename>
  11.   :output-path <output filename>
  12.   :dont-output-includes t)
  13.